home *** CD-ROM | disk | FTP | other *** search
-
-
- ===( 'TMP' The Tron Mail Processor )=============
-
-
- This is the programm needed to process echo and netmail.
-
- When you call it, it can Pack or Unpack mail and link the messages
- in your messagebase.
-
- Unpack mail: TMP U
- Pack mail: TMP P
- Link msgs: TMP L
-
- If you also specify the -b flag , the mail which is currently processed
- will be backed up in the 'tron:inbound/backup/' directory where
- you can check it if some thing goes wrong.
-
-
- For processing mail there is a script called 'mail' in the
- 'tron:scripts/' directory which takes care of all processing.
- You can use it from a shell or script , or have it
- executed by a cron util or in a logout or incoming script.
-
- Linking the messages in your message base means that the mail processor
- compares each message in an area with each other to check if the msg is
- a reply or an original to this message.
- This data is stored in the message base and displayed beneath messages
- while reading the mail.
- You can see to which message this is a reply and how many replies a
- message has.
- Also this data is needed for the '+'reply and 'o'original options
- while reading mail.
- You can run the mail processor once a nigth after all other
- mail processing is done.
- You can FI let a cron util start it.
-
-
- ===( 'MAIL' Mail processing script )=============
-
-
- ;;; Script to proces mail and .TIC files.
-
-
- wait 4
-
- avail flush >nil:
-
- tron -m -a -x "Mail processor is started, system can be a little slower"
-
- ;;; proces .TIC files
-
- TronTick -p -b
-
- tron:utils/tmp u -b -d
- tron:utils/tmp p -d
-
- lastcallers
-
- tron -m -a -x "Mail processor is Finished !"
-
- --------------------------------------------------------
-
-